home *** CD-ROM | disk | FTP | other *** search
-
- Welcome to AutoDoc ( Auto Documentor) for Visual Basic Programs.
- You must have observed one thing about Visual Basic , it is very
- difficult to maintain programs by some third person . It does not
- have any facility to provide some documentation for VB project.
-
- VB supports Event Driven , Object oriented programming but these
- excellent feature cause big problem when some one wants to modify
- the existing programs, as code is scattered and it is difficult to
- establish relationship with different parts of program .
-
- AutoDoc is a utility to provide excellent documentation facility for
- your VB projects specially when your projects becomes big.
-
- Extensive online help is available in AutoDoc , any time just press F1 key.
-
- Warning...
- ----------
- Make sure that all VB files ( BAS and FRM ) are stored in ASCII Text format
-
- Happy Documenting ....